ESRI.ArcGIS.Mobile.Client
AddFeature Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Generic FeatureCollection Class : AddFeature Method

feature
The feature to add.
Add a Feature to the list. This doesn't allow it to be added twice.

Syntax

Visual Basic (Declaration) 
Public Sub AddFeature( _
   ByVal feature As T _
) 
C# 
public void AddFeature( 
   T feature
)

Parameters

feature
The feature to add.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also